home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
372
/
plw
/
cli-install
next >
Wrap
Text File
|
1995-03-14
|
402b
|
15 lines
If EXISTS LIBS:XprZModem.library
Echo "XprZModem.library exists. PLW uses V2.0 of XprZModem.library."
Ask "Replace XprZModem.library in LIBS: with Version 2.0 (Y/N) ?"
If WARN
Echo "Replacing..." NOLINE
Copy XprZModem.library LIBS:
Echo "done."
EndIf
Else
Echo "Copying XprZModem.library (to LIBS:)..." NOLINE
Copy XprZModem.library LIBS:
Echo "done."
EndIf